home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / dev / src / 3d-fraktal.readme < prev    next >
Text File  |  2002-03-23  |  2KB  |  67 lines

  1. Short:    Animated 3D-fractal using OpenGL
  2. Uploader: walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  3. Type:     dev/src
  4. Autor:    walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  5. Requires: C Compiler (e.g. gcc), StormMesa
  6.  
  7. Animated 3D-fractal using OpenGL.
  8.  
  9. Tutorial source showing:
  10.  
  11.  - recursive programming
  12.  - "divide and conquer" methods
  13.  - double buffering
  14.  - animation
  15.  - lighting
  16.  - usage of display lists
  17.  - glut menus
  18.  
  19.  
  20. OpenGL(R) is a registered trademark of Silicon Graphics, Inc.
  21.  
  22. The executable included in this archive require 68030 cpu and 68881 fpu or better.
  23. A 68060 or PowerPC CPU and a fast 3D-accelerator is strongly recommended.
  24.  
  25. The source is highly portable.
  26. It shold work with all major (ANSI)C-compilers and operating systems.
  27.  
  28. Testet on Amiga 4000/30 with CyberVision64/3D,
  29. AmigaOS 3.5, CyberGraphX 3, Warp3D 3.
  30.  
  31.  
  32. Literature:
  33.  
  34. Brian W. Kernighan, Dennis M. Ritchie:
  35. The C Programming Language
  36.  
  37. Andrew Koenig: 
  38. C Traps and Pitfalls
  39.  
  40. Robert Sedgewick:
  41. Algorithms in C
  42.  
  43. Mason Woo, Jackie Neider, Tom David, Dave Shriner, Tom Davis:
  44. OpenGL 1.2 Programming Guide
  45.  
  46. Renate Kempf and Chris Frazier:
  47. OpenGL Reference Manual
  48.  
  49. Mark Kilgar:
  50. The OpenGL Utility Toolkit (GLUT) Programming Interface API
  51.  
  52.  
  53.  
  54. World Wide Web:
  55.  
  56. http://www.norman-interactive.com (my Homepage)
  57.  
  58. http://www.informatik.uni-stuttgart.de (University Stuttgart, Dept. of Computer Science)
  59.  
  60. http://www.ninemoons.com (GeekGadgets)
  61.  
  62. http://www.haage-partner.com (Haage & Partner Homepage)
  63.  
  64. http://www.sgi.com (Silicon Graphics - Inventor of OpenGL)
  65.  
  66. http://www.OpenGL.org (OpenGL Homepage)
  67.